home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1110 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  179 b   |  12 lines

  1. _visible = false;
  2. var onEnterFrame = function()
  3. {
  4.    if(_root.cm.hitTest(this))
  5.    {
  6.       if(_root.item1 == true)
  7.       {
  8.          _root.door1.play();
  9.       }
  10.    }
  11. };
  12.